Eclipse Platform
Pre-release 3.0

Package org.eclipse.swt.browser

SWT Browser widget.

See:
          Description

Interface Summary
CloseWindowListener This listener interface may be implemented in order to receive WindowEvents.
LocationListener This listener interface may be implemented in order to receive LocationEvents.
OpenWindowListener This listener interface may be implemented in order to receive WindowEvents.
ProgressListener This listener interface may be implemented in order to receive ProgressEvents.
StatusTextListener This listener interface may be implemented in order to receive StatusTextEvents.
VisibilityWindowListener This listener interface may be implemented in order to receive WindowEvents.
 

Class Summary
Browser Instances of this class implement the browser user interface metaphor.
LocationAdapter This adapter class provides default implementations for the methods described by the LocationListener interface.
LocationEvent This event is sent to LocationListeners when the location is changed.
ProgressAdapter This adapter class provides default implementations for the methods described by the ProgressListener interface.
ProgressEvent This event is sent to ProgressListeners when a progress is made during the loading of the current URI or when the loading of the current URI has been completed.
StatusTextEvent This event is sent to StatusTextListeners when the status text is changed.
VisibilityWindowAdapter This adapter class provides default implementations for the methods described by the VisibilityWindowListener interface.
WindowEvent This event is sent to WindowListeners.
 

Package org.eclipse.swt.browser Description

SWT Browser widget.

Package Specification

This package provides the classes to implement the browser user interface metaphor.


Eclipse Platform
Pre-release 3.0

Copyright (c) IBM Corp. and others 2000, 2003. All Rights Reserved.